home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ASME's Mechanical Engine…ing Toolkit 1997 December
/
ASME's Mechanical Engineering Toolkit 1997 December.iso
/
c_lang
/
tccurdoc.lzh
/
MVCUR.M
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1987-10-11
|
299 b
|
23 lines
NAME
mvcur() - move the display cursor
SYNOPSIS
#include <curses.h>
#include <curspriv.h>
int mvcur(oldy,oldx,newy,newx)
int oldy;
int oldx;
int newy;
int newx;
DESCRIPTION
mvcur(oldy,oldx,newy,newx) moves the display cursor to <newy,newx>
EXAMPLES
SEE ALSO
_cursescursor()
BUGS